Basic Insert Operations

The Insert menu allows you to insert various things into your document in Document Source view.

The Document command opens a dialog window for selecting a text document. When a document is selected, its contents are inserted into the current open document.

The E-mail Anchor command opens the E-mail Anchor dialog, which creates an e-mail link based on the information you enter.

The Link to a Style Sheet command prompts for selecting a .CSS file. When a style sheet file is selected, Spider Writer creates a LINK tag pointing to the style sheet.

Link to a Style Sheet Example:
<LINK REL="stylesheet" TYPE="text/css" href="style.css">

The Sound command opens a dialog window for selecting a .WAV sound file. When a sound file is selected, Spider Writer inserts the code necessary to play the sound in both Internet Explorer and Netscape.

The Target command prompts for an anchor target name.  It creates an anchor target tag with the specified name.

Target Example:
<A NAME="anchorname"></A>

The Anchor to Target command also prompts for an anchor target name.  It creates a link to the anchor target with the specified name.

Anchor to Target Example:
<A href="#anchorname">Link to Anchorname</A>

Publish Date/Time Stamp inserts a Spider Writer publishing tag that inserts the current date/time stamp.  This feature is only useful when utilizing Spider Writer projects.

Publish File Insert creates a Spider Writer publishing tag that inserts a file's text.  This feature is only useful when utilizing Spider Writer projects.